type reflect.structType
30 uses
reflect (current package)
abi.go#L237: st := (*structType)(unsafe.Pointer(t))
type.go#L410: type structType struct {
type.go#L748: tt := (*structType)(unsafe.Pointer(t))
type.go#L756: tt := (*structType)(unsafe.Pointer(t))
type.go#L764: tt := (*structType)(unsafe.Pointer(t))
type.go#L772: tt := (*structType)(unsafe.Pointer(t))
type.go#L796: tt := (*structType)(unsafe.Pointer(t))
type.go#L1114: func (t *structType) Field(i int) (f StructField) {
type.go#L1145: func (t *structType) FieldByIndex(index []int) (f StructField) {
type.go#L1162: typ *structType
type.go#L1168: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
type.go#L1186: var nextCount map[*structType]int
type.go#L1193: visited := map[*structType]bool{}
type.go#L1247: styp := (*structType)(unsafe.Pointer(ntyp))
type.go#L1253: nextCount = map[*structType]int{}
type.go#L1274: func (t *structType) FieldByName(name string) (f StructField, present bool) {
type.go#L1601: t := (*structType)(unsafe.Pointer(T))
type.go#L1602: v := (*structType)(unsafe.Pointer(V))
type.go#L2048: tt := (*structType)(unsafe.Pointer(t))
type.go#L2075: tt := (*structType)(unsafe.Pointer(t))
type.go#L2097: tt := (*structType)(unsafe.Pointer(t))
type.go#L2268: structType
type.go#L2539: var typ *structType
type.go#L2553: {Name: "S", Type: TypeOf(structType{})},
type.go#L2558: typ = (*structType)(tt.Elem().Field(0).Addr().UnsafePointer())
type.go#L2587: prototype := *(**structType)(unsafe.Pointer(&istruct))
type.go#L2757: st := (*structType)(unsafe.Pointer(t))
type.go#L3071: tt := (*structType)(unsafe.Pointer(t))
value.go#L1274: tt := (*structType)(unsafe.Pointer(v.typ()))
value.go#L2115: tt := (*structType)(unsafe.Pointer(v.typ()))
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |